Package com.cisco.pt.ipc.sim.impl
Class ConsoleLineImpl
java.lang.Object
com.cisco.pt.ipc.impl.IPCObjectImpl
com.cisco.pt.ipc.sim.impl.TerminalLineImpl
com.cisco.pt.ipc.sim.impl.ConsoleLineImpl
- All Implemented Interfaces:
IPCObject,ConsoleLine,TerminalLine
Information provided by the PKI file:
\class ConsoleLine
\brief ConsoleLine is the console line handler for the TerminalLine object.
\example network().getDevice("Router0").getConsoleLine()
- Author:
- Auto-generated
-
Field Summary
Fields inherited from class com.cisco.pt.ipc.impl.IPCObjectImpl
accessMessage, ipcFactory, packetTracerSession -
Constructor Summary
ConstructorsConstructorDescriptionConsoleLineImpl(IPCFactory ipcFactory, PacketTracerSession packetTracerSession, IPCMessageLTV accessMessage) -
Method Summary
Methods inherited from class com.cisco.pt.ipc.sim.impl.TerminalLineImpl
enterChar, enterCommand, flush, getCommandInput, getConfigHistory, getCurrentHistory, getDataBits, getFlowControl, getHistorySize, getMode, getName, getOwnerDevice, getParity, getPrompt, getSpeed, getStopBits, getTelnetClientAt, getTelnetClientCount, getUserHistory, println, setSettingsMethods inherited from class com.cisco.pt.ipc.impl.IPCObjectImpl
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSession, sendMessage, sendMessageWithReturn, translateToCommandStatusStringPairMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.cisco.pt.ipc.IPCObject
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSessionMethods inherited from interface com.cisco.pt.ipc.sim.TerminalLine
enterChar, enterCommand, flush, getCommandInput, getConfigHistory, getCurrentHistory, getDataBits, getFlowControl, getHistorySize, getMode, getName, getOwnerDevice, getParity, getPrompt, getSpeed, getStopBits, getTelnetClientAt, getTelnetClientCount, getUserHistory, println, setSettings
-
Constructor Details
-
ConsoleLineImpl
public ConsoleLineImpl(IPCFactory ipcFactory, PacketTracerSession packetTracerSession, IPCMessageLTV accessMessage)
-
-
Method Details
-
getOutput
Information provided by the PKI file:
\brief Returns the output from the console line. \param string, the output from the console line.- Specified by:
getOutputin interfaceConsoleLine- Returns:
- String Returns a String
-